Conversation
There was a problem hiding this comment.
Code review is billed via overage credits. To resume reviews, an organization admin can raise the monthly limit at claude.ai/admin-settings/claude-code.
Once credits are available, reopen this pull request to trigger a review.
|
The latest updates on your projects. Learn more about Vercel for GitHub. 3 Skipped Deployments
|
Docker builds report
|
Playwright Test Results (oss - depot-ubuntu-latest-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-16)Details
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7052 +/- ##
=======================================
Coverage 98.33% 98.33%
=======================================
Files 1337 1337
Lines 50010 50012 +2
=======================================
+ Hits 49178 49180 +2
Misses 832 832 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
api/features/views.py
Outdated
| "x-gram": { | ||
| "name": "list_environment_feature_states", | ||
| "description": "Retrieves all feature states for an environment. Use this for environments without v2 feature versioning.", | ||
| }, |
There was a problem hiding this comment.
I think the list endpoint works as expected for environments with v2 versioning doesn't it?
There was a problem hiding this comment.
True, I wrongly thought that we'd save a tool call for v1 but actually no, from scratch we'd still need the get projects tool call to get the environment key.
Removed in f9abcb8
Thanks for submitting a PR! Please check the boxes below:
docs/if required so people know about the feature.Changes
Tagged the following endpoints to be used as MCP tools:
POST /environments/{env}/features/{feat}/versions/{uuid}/publish/— publish a feature versionGET /environments/{key}/featurestates/— list environment feature statesPUT /environments/{key}/featurestates/{id}/— update an environment feature stateHow did you test this code?